Sets the rotation and degree of elevation for a three-dimensional chart.
Syntax
object.Set (rotation, elevation )
The Set method syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
rotation | Single. The degree of rotation. Rotation can range from 0 to 360 degrees. By default, degrees are used to measure rotation. However, these settings use the current settings for the AngleUnit property. The other options are: Grads and Radians. |
elevation | Single. The degree of elevation. Elevation can be any number from 0 to 90 degrees. If you set the elevation to 90 degrees, you look directly down onto the top of the chart. If you set the elevation to 0, you look directly at the side of the chart. The default elevation is 30 degrees. By default, degrees are used to measure elevation. However, these settings use the current settings for the AngleUnits property. The other options are: Grads and Radians. |